Move wizard framework code into separate module ... ensuring its dependencies are minimal and can't be accidentally changed later to depend on the android plugin. Test: N/A. No new code, only a move refactoring. Change-Id: I33ae7aa8e91aec8844255f2b047bd73d683c1292
diff --git a/sdk-updates/BUILD b/sdk-updates/BUILD index 61089e1..20e9a73 100644 --- a/sdk-updates/BUILD +++ b/sdk-updates/BUILD
@@ -14,5 +14,6 @@ "//tools/analytics-library:analytics-protos[module]", "//tools/adt/idea/observable[module]", "//tools/adt/idea/adt-ui[module]", + "//tools/adt/idea/wizard[module]", ], )
diff --git a/sdk-updates/sdk-updates.iml b/sdk-updates/sdk-updates.iml index 5971521..7495a0b 100644 --- a/sdk-updates/sdk-updates.iml +++ b/sdk-updates/sdk-updates.iml
@@ -14,5 +14,6 @@ <orderEntry type="module" module-name="analytics-protos" /> <orderEntry type="module" module-name="observable" /> <orderEntry type="module" module-name="adt-ui" /> + <orderEntry type="module" module-name="wizard" /> </component> </module> \ No newline at end of file